Skip to content

chore: bump version to 1.10.2 for VSIX republish#366

Merged
ajitpratap0 merged 1 commit into
mainfrom
fix/bump-v1.10.2
Mar 13, 2026
Merged

chore: bump version to 1.10.2 for VSIX republish#366
ajitpratap0 merged 1 commit into
mainfrom
fix/bump-v1.10.2

Conversation

@ajitpratap0
Copy link
Copy Markdown
Owner

Summary

  • Bump all version references from 1.10.1 to 1.10.2
  • v1.10.1 was published to Marketplace with missing node_modules (fixed in fix: include node_modules in VSIX package #365)
  • Marketplace doesn't allow republishing the same version, so this bump is needed

🤖 Generated with Claude Code

v1.10.1 was published to the Marketplace with missing node_modules
(vscode-languageclient). The Marketplace doesn't allow republishing
the same version, so bumping to 1.10.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ajitpratap0 ajitpratap0 merged commit 7a895af into main Mar 13, 2026
19 checks passed
@github-actions github-actions Bot added documentation Improvements or additions to documentation cli performance labels Mar 13, 2026
@claude
Copy link
Copy Markdown

claude Bot commented Mar 13, 2026

Claude finished @ajitpratap0's task —— View job


PR Review: Version Bump to 1.10.2

Todo List

  • Review version consistency across all files
  • Check CHANGELOG.md entries
  • Analyze Go package version references
  • Review VS Code extension changes
  • Assess completeness of version bump
  • Provide recommendations for future version bumps

Summary

This PR successfully bumps all version references from 1.10.1 to 1.10.2 across the entire codebase. The change is necessary because the VS Code Marketplace doesn't allow republishing the same version number, and v1.10.1 was published with missing node_modules.

Code Quality

Excellent consistency - The version bump was applied comprehensively across all relevant files:

  • Root documentation files (doc.go:19, llms.txt:10)
  • CLI package documentation (cmd/gosqlx/doc.go:27)
  • VS Code extension (package.json:5, package-lock.json)
  • Go package constants (gosqlx.go:31, mcp/server.go)
  • Configuration files (performance_baselines.json:2)
  • CHANGELOG.md with proper v1.10.2 entry and date

No Bugs or Issues

  • All version references are correctly updated to 1.10.2
  • CHANGELOG entry properly documents the fix (missing node_modules in v1.10.1)
  • No inconsistent version strings found
  • No breaking changes introduced

Performance Considerations

  • No performance impact - purely a version string update
  • Performance baselines maintained at same values with v1.10.2 metadata

Security Concerns

  • No security implications
  • Standard version bump without code changes

Test Coverage

Not applicable for version bumps, but the approach ensures:

  • All user-facing version strings are consistent
  • Documentation reflects correct version
  • Package managers will properly identify the new version

📝 Recommendations for Future Version Bumps

  1. Automation: Consider adding a script/task to automate version bumping across all files to prevent missed references

  2. Version validation: Add CI check to ensure all version references match (grep for old version patterns)

  3. Checklist: Maintain a checklist of all files that contain version references:

    • /doc.go (line 19)
    • /cmd/gosqlx/doc.go (line 27)
    • /cmd/gosqlx/cmd/doc.go (if exists)
    • /pkg/gosqlx/gosqlx.go (const Version)
    • /vscode-extension/package.json & package-lock.json
    • /performance_baselines.json
    • /llms.txt
    • /pkg/mcp/server.go (if contains version)
  4. Release process: This approach (dedicated version bump PR) is good practice for marketplace republishing scenarios

🎯 Verdict

✅ APPROVED - This is a well-executed, comprehensive version bump with proper documentation. All version references are consistently updated, and the CHANGELOG clearly explains the necessity of this patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli documentation Improvements or additions to documentation performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant